home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / rockb1.zip / ROCK1.CFG < prev    next >
Text File  |  1997-06-25  |  4KB  |  91 lines

  1. 'The BBSNAME variable will tell the door your BBS's name.
  2. BBSNAME=The Dynasty!
  3.  
  4. 'The SYSOPF variable tells the door the sysop's first name.
  5. SYSOPF=Ronald
  6.  
  7. 'The SYSOPL variable tells the door the sysop's last name.
  8. SYSOPL=Schlegel
  9.  
  10. 'The DOORFILE variable tells the door the name of the door file your system
  11. 'uses and where it is located.  It can contain a drive and path.  The
  12. 'current BBS door files supported are:
  13. '
  14. '  PCBOARD.SYS  - PCBoard version 12 and 14.x or above
  15. '  USERS.SYS    - PCBoard verion 15.x
  16. '  CALLINFO.BBS - Wildcat version 2.x
  17. '  DOOR.SYS     - GAP any version or Wildcat 3.x
  18. '  DORINFO#.DEF - RBBS and QBBS systems
  19. '  CHAIN.TXT    - WWIV version 2.x or above
  20. '  UBBS.SYS     - Ultra BBS systems
  21. '  SFDOORS.DAT  - SpitFire systems
  22. '  AUNTIE.SYS   - Auntie BBS systems
  23. '  TRIBBS.SYS   - Tri-BBS systems
  24. '  STANDARD.SYS - Standard Drop file format... read docs for details.
  25. '  DIRECT       - Will get all info from modem and user.
  26. '
  27. DOORFILE=C:\TRIBBS\DOOR.SYS
  28. 'The next 2 variables deal with the player score bulletin. There MUST be
  29. 'something here even if you do not wish a bulletin to be made!
  30. ANSBULL=C:\PB32\ROCKME\SCORE.ANS
  31. MONBULL=C:\PB32\ROCKME\SCORE.ASC
  32.  
  33. 'The MAXSESSION variable is just the maximum number of studio sessions that a
  34. 'player can do in one day.
  35. MAXSESSION=10
  36.  
  37. 'The MAXROAD variable is the maximum number of time a player can go on
  38. 'the road per day.
  39. MAXROAD=5
  40.  
  41. 'The MAXGIGS variable is the maximum number of Gigs that a player can
  42. 'play in one day.
  43. MAXGIGS=20
  44.  
  45. 'The MAXTIME variable tells the door the maximum amount of time that a user
  46. 'may be in the door before exiting back to the BBS.  If not included or set to
  47. '0 the time left currently on your system will be used.
  48. MAXTIME=30
  49.  
  50. 'The KBTIME variable tells the door how much time to allow for no input from
  51. 'the user's keyboard before returning to the BBS.  Default value is 5 mins.
  52. KBTIME=3
  53.  
  54. 'The FOSSIL variable tells the doors whether you are using a Fossil
  55. 'driver like X00 or BNU. This variable can be set to either YES or NO.
  56. 'The Default is NO.
  57. FOSSIL=YES
  58.  
  59. 'The COMPORT variable tells the door which COM port to use for I/O functions
  60. 'to occur.  This variable can be a number from 1 to 8.  With multiple lines,
  61. 'you can setup different CFG files for each line with a separate comport
  62. 'number.  If using a non-standard port address, use H in front of the address
  63. 'and the number should be in hexadecimal (eg: COMPORT=H03F8).
  64. 'This MUST be set if you are having trouble with your comport being read from
  65. 'the door file or if using the DIRECT method.  Otherwise, it can be left out
  66. 'unless your DOORFILE variable doesn't give the information on comport number.
  67. 'COMPORT=2
  68.  
  69. 'The IRQ variable tells the door what IRQ to use if non-standard.  This does
  70. 'not have to be set if a standard comport is being used.
  71. 'IRQ=3
  72.  
  73. 'The EXTRA variable can contain up to 70 characters of any message you would
  74. 'like to appear to your users.
  75. '              1         2         3         4         5         6         7
  76. '     [---+----|----+----|----+----|----+----|----+----|----+----|----+----]
  77. EXTRA=If you find this program interesting, you'll be able to DL it later.
  78.  
  79. 'NOTES:  Programmers: You may put your own variables into the CFG file
  80. '        anywhere you like. The only rules to follow is that you use the
  81. '        following format:
  82. '
  83. '        VARIABLE=TEXT
  84. '
  85. '        Where VARIABLE is your own variable name followed by an equals sign
  86. '        [=].  It must be the located at the first non-blank character of the
  87. '        line.  Use the examples in this CFG file for proper format.  TEXT is
  88. '        the value for that variable and the length can be as long as you have
  89. '        space on 1 line.  Use the GetExtra$() function to collect the
  90. '        information in your program. (SEE DOCS)
  91.